home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / xbin / relink-files < prev    next >
Text File  |  1989-07-02  |  244b  |  14 lines

  1. #!/bin/sh
  2.  
  3. # Normally akcl is distributed with only V/ files.
  4. # if it has not yet been done so establish the links from this to
  5. # the main kcl directory
  6. if [ ! -f c/print.d ] ;
  7.  then xbin/relink-script $1 `pwd` $2
  8.   make clean
  9.  else true
  10. fi
  11.  
  12.  
  13.  
  14.